翻訳と辞書
Words near each other
・ Unterfeldwebel
・ Unterfladnitz
・ Unterfrauenhaid
・ Unterfucking
・ Unterföhring
・ Untergiesing-Harlaching
・ Unsung Founders Memorial
・ Unsung Hero (magazine)
・ Unsung Heroes
・ Unsung Heroes (disambiguation)
・ Unsung Heroes (Dixie Dregs album)
・ Unsung Heroes (Ensiferum album)
・ Unsung Heroes of American Industry
・ Unsung Zeros
・ Unsupervised
Unsupervised learning
・ Unsupportive
・ Unsuri
・ Unsustainable fishing methods
・ UNSW Art & Design
・ UNSW Business School
・ UNSW Educational Assessment Australia
・ UNSW Faculty of Arts and Social Sciences
・ UNSW Faculty of Built Environment
・ UNSW Faculty of Engineering
・ UNSW Faculty of Law
・ UNSW Faculty of Medicine
・ UNSW Faculty of Science
・ UNSW Foundation Studies
・ UNSW Hall, University of New South Wales


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unsupervised learning : ウィキペディア英語版
Unsupervised learning

In machine learning, the problem of unsupervised learning is that of trying to find hidden structure in unlabeled data. Since the examples given to the learner are unlabeled, there is no error or reward signal to evaluate a potential solution. This distinguishes unsupervised learning from supervised learning and reinforcement learning.
Unsupervised learning is closely related to the problem of density estimation in statistics. However unsupervised learning also encompasses many other techniques that seek to summarize and explain key features of the data. Many methods employed in unsupervised learning are based on data mining methods used to preprocess data.
Approaches to unsupervised learning include:
* clustering (e.g., k-means, mixture models, hierarchical clustering),〔 〕
* Approaches for learning latent variable models such as
*
* Expectation–maximization algorithm (EM)
*
* Method of moments
*
* Blind signal separation techniques, e.g.,
*
*
* Principal component analysis,
*
*
* Independent component analysis,
*
*
* Non-negative matrix factorization,
*
*
* Singular value decomposition.〔Acharyya, Ranjan (2008); ''A New Approach for Blind Source Separation of Convolutive Sources'', ISBN 978-3-639-07797-1 (this book focuses on unsupervised learning with Blind Source Separation)〕
Among neural network models, the self-organizing map (SOM) and adaptive resonance theory (ART) are commonly used unsupervised learning algorithms. The SOM is a topographic organization in which nearby locations in the map represent inputs with similar properties. The ART model allows the number of clusters to vary with problem size and lets the user control the degree of similarity between members of the same clusters by means of a user-defined constant called the vigilance parameter. ART networks are also used for many pattern recognition tasks, such as automatic target recognition and seismic signal processing. The first version of ART was "ART1", developed by Carpenter and Grossberg (1988).〔

== Method of moments ==
One of the approaches in unsupervised learning is the method of moments. In the method of moments, the unknown parameters (of interest) in the model are related to the moments of one or more random variables, and thus, these unknown parameters can be estimated given the moments. The moments are usually estimated from samples in an empirical way. The basic moments are first and second order moments. For a random vector, the first order moment is the mean vector, and the second order moment is the covariance matrix (when the mean is zero). Higher order moments are usually represented using tensors which are the generalization of matrices to higher orders as multi-dimensional arrays.
In particular, the method of moments is shown to be effective in learning the parameters of latent variable models.
Latent variable models are statistical models where in addition to the observed variables, a set of latent variables also exists which is not observed. A highly practical example of latent variable models in machine learning is the topic modeling which is a statistical model for generating the words (observed variables) in the document based on the topic (latent variable) of the document. In the topic modeling, the words in the document are generated according to different statistical parameters when the topic of the document is changed. It is shown that method of moments (tensor decomposition techniques) consistently recover the parameters of a large class of latent variable models under some assumptions.〔
Expectation–maximization algorithm (EM) is also one of the most practical methods for learning latent variable models. But, it can be stuck in local optima, and the global convergence of the algorithm to the true unknown parameters of the model is not guaranteed. While, for the method of moments, the global convergence is guaranteed under some conditions.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unsupervised learning」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.